Prep for final 1.4.3
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 28 Jan 2012 21:59:29 +0000 (21:59 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 28 Jan 2012 21:59:29 +0000 (21:59 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4150 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/Makefile.in
gpsbabel/configure
gpsbabel/configure.in
gpsbabel/gbversion.h
gpsbabel/gui/setup.iss

index 9d32a5d0de4ecba7939ce5842358f4a4110a6898..02fd854d745224d00234f14009c1b50260ae81c4 100644 (file)
@@ -355,7 +355,7 @@ mac-gui: gpsbabel
        cd gui ; qmake && make
        cd gui ; lupdate  app.pro
        cd gui ; lrelease  app.pro
-       [ ! -d gui/objects/GPSBabelFE.app/Contents/MacOS/translations ] && \
+       [ ! -d gui/objects/GPSBabelFE.app/Contents/MacOS/translations ] && \
          mkdir -p gui/objects/GPSBabelFE.app/Contents/MacOS/translations
        cp gui/*.qm  gui/objects/gpsbabelFE.app/Contents/MacOS/translations
        cp gpsbabel gui/objects/GPSBabelFE.app/Contents/MacOS
index 943b308080f494df16dbefbde7f2a551f499bfd1..fdd746166baf586bf673d1688e5925be1a2b19e6 100755 (executable)
@@ -1751,7 +1751,7 @@ DOCVERSION=1.4.3
 # Increase GBBUILD for a new release
 GBBUILD=24
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20120114"
+PACKAGE_RELEASE="-beta20120114"
 # DOCVERSION=development
 
 cat >>confdefs.h <<_ACEOF
index ee66d662eb795dcdbe08e066513dcfb1a57e4a32..484d3ac46c2c3d5ebea06b524f2b108fa7d92f11 100644 (file)
@@ -13,7 +13,7 @@ DOCVERSION=1.4.3
 # Increase GBBUILD for a new release
 GBBUILD=24
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20120114"
+PACKAGE_RELEASE="-beta20120114"
 # DOCVERSION=development
 AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.])
 AC_SUBST(PACKAGE_RELEASE)
index 5cdc4c892ae05e4e87b98f9a94c1ff2e3b331376..5f8e2f06de4e31d579748acb4ec16781b5e17486 100644 (file)
@@ -4,5 +4,5 @@
  *
  * Isn't simplification via automation grand?
  */
-#define VERSION "1.4.3-beta20120114"
+#define VERSION "1.4.3"
 #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-1.4.3"
index 40c9771938d6a721cb6b3583a4daea1dfda5e1b4..36494e674a44c89902c85dd1ce35a039d18dca7a 100755 (executable)
@@ -16,7 +16,7 @@
 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)\r
 AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017}\r
 AppName=GPSBabel\r
-AppVerName=GPSBabel 1.4.3-beta20120114\r
+AppVerName=GPSBabel 1.4.3\r
 AppPublisher=GPSBabel\r
 AppPublisherURL=http://www.gpsbabel.org\r
 AppSupportURL=http://www.gpsbabel.org\r
@@ -24,7 +24,7 @@ AppUpdatesURL=http://www.gpsbabel.org
 DefaultDirName={pf}\GPSBabel\r
 DefaultGroupName=GPSBabel\r
 OutputDir=release\r
-OutputBaseFilename=GPSBabel-1.4.3-beta20120114-Setup\r
+OutputBaseFilename=GPSBabel-1.4.3-Setup\r
 SetupIconFile=images\babel2.ico\r
 Compression=lzma\r
 SolidCompression=yes\r